_posts/2018-6-26-Function Proxies now Available in Functions Version 2.x!.html (25 lines of code) (raw):

--- title: "Function Proxies now Available in Functions Version 2.x!" hide_excerpt: true --- <html><head> <meta charset="utf-8"/> </head> <body> <div id="page"> <a class="url fn n profile-usercard-hover" href="https://social.msdn.microsoft.com/profile/Alex Karcher" target="_blank">Alex Karcher</a> <time> 6/26/2018 9:00:13 AM</time> <hr/> <div id="content">I'm very excited to announce the availability of Function Proxies in Functions Version 2.x! <a href="https://blogs.msdn.microsoft.com/appserviceteam/2017/11/15/azure-functions-proxies-is-now-generally-available/">Function Proxies</a> enable multiple HTTP Functions to be composited together, mock APIs and single page apps to be hosted in Functions, and HTTP requests to be modified in transit. All that functionality is now available alongside Java Functions, .NET Core Functions, and any other 2.x workloads! To learn about all the differences and improvements with 2.x going forward, <a href="https://docs.microsoft.com/azure/azure-functions/functions-versions">check out our docs</a> <h2>Run Proxies on MacOS and Linux!</h2> 2.x support enables cross platform local execution of Proxies across Mac, Linux, and Windows!<a href="{{ site.baseurl }}/media/2018/06/proxiesonmac2.gif"><img alt="" class="aligncenter size-full wp-image-8945" height="369" src="{{ site.baseurl }}/media/2018/06/proxiesonmac2.gif" width="587"/></a> To learn more about Proxies <a href="https://docs.microsoft.com/azure/azure-functions/functions-proxies">check out the getting started docs! </a>To run Proxies locally you'll need the 2.x runtime, <a href="https://github.com/Azure/azure-functions-core-tools">with instructions here </a>Make feature requests and file issues on <a href="https://github.com/Azure/azure-functions-host/issues?q=is%3Aopen+is%3Aissue+label%3Afeature%3AProxies">our github page.</a>    </div> </div></body> <script src="{{ site.baseurl }}/resource/jquery-1.12.1.min.js" type="text/javascript"></script> <script src="{{ site.baseurl }}/resource/replace.js" type="text/javascript"></script> </html>